Xbasic

Office::Excel2003DocumentSaveToBlob Method

Syntax

.SaveToBlob as L (Data as B)

Arguments

DataBinary

 

Returns

resultLogical

Returns .t. if the operation succeeds. Otherwise, returns .f.. The Office::Excel2003Document CallResult object will contain additional information if the operation fails.

Description

Save the document to a memory image of an Excel 2003 (.xls) file.

The Office::Excel2003Document class is for working with Excel 2003 (.xls) files. For Excel 2007 (.xlsx) files, use Office::ExcelDocument.

See Also